Skip to content

Support for encrypted UserDefinedAttributeView#156

Draft
overheadhunter wants to merge 6 commits into
developfrom
feature/xattr
Draft

Support for encrypted UserDefinedAttributeView#156
overheadhunter wants to merge 6 commits into
developfrom
feature/xattr

Conversation

@overheadhunter

Copy link
Copy Markdown
Member

Fixes #47

  • Attribute names are c9r. + base64url-encoded siv-encrypted attribute names
  • Attribute values are encrypted in the same way as file contents

There is no shortening. TBD: How to deal with too long attribute names?

This PR replaces the stale branch feature/47-user-attr.

@overheadhunter overheadhunter requested a review from infeo January 5, 2023 12:41

@infeo infeo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Regarding handling of too long attributes: I'm totally fine by defining a limit and throw an IOException if the limit is exceeded. But I honstely don't know, what an appropiate limit would be.

@CLAassistant

CLAassistant commented Nov 13, 2023

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for UserDefinedFileAttributeView

3 participants